home *** CD-ROM | disk | FTP | other *** search
- global gFSediting, gCurLocation, gFSLable
-
- on mouseUp
- case gFSLable of
- #SnackTrivia:
- UnsetCursors(myScript)
- puppetTransition(member "Center Out Trans" of castLib "JMH Images Ext")
- set gFSLable to #Did1
- if gFSediting then
- go("SnackTrivia")
- else
- GotoLocation(GetActivity(gCurLocation, #SnackTrivia))
- end if
- #Did1:
- UnsetCursors(myScript)
- puppetTransition(member "Center Out Trans" of castLib "JMH Images Ext")
- set gFSLable to #Did2
- if gFSediting then
- go("Did1")
- else
- GotoSection(gCurLocation, "Did1")
- end if
- #Did2:
- UnsetCursors(myScript)
- puppetTransition(member "Center Out Trans" of castLib "JMH Images Ext")
- set gFSLable to #Did3
- if gFSediting then
- go("Did2")
- else
- GotoSection(gCurLocation, "Did2")
- end if
- #Did3:
- UnsetCursors(myScript)
- puppetTransition(member "Center Out Trans" of castLib "JMH Images Ext")
- set gFSLable to #Did4
- if gFSediting then
- go("Did3")
- else
- GotoSection(gCurLocation, "Did3")
- end if
- #Did4:
- UnsetCursors(myScript)
- puppetTransition(member "Center Out Trans" of castLib "JMH Images Ext")
- set gFSLable to #Did5
- if gFSediting then
- go("Did4")
- else
- GotoSection(gCurLocation, "Did4")
- end if
- #Did5:
- UnsetCursors(myScript)
- puppetTransition(member "Center Out Trans" of castLib "JMH Images Ext")
- set gFSLable to #Did6
- if gFSediting then
- go("Did5")
- else
- GotoSection(gCurLocation, "Did5")
- end if
- end case
- end
-